home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / 3rdparty / 2322.txt < prev    next >
Text File  |  1989-04-25  |  15KB  |  318 lines

  1. r
  2. #: 19800 S6/Installation/Upgrde
  3.     28-Jan-89  13:47:55
  4. Sb: #19265-Hdwr/Netwr Upgr Help
  5. Fm: Charles Morrissette 74256,227
  6. To: Carl Samans 76077,2142
  7.  
  8. My experience with a Compaq 386/16-130 may be helpful. We installed an Adaptec
  9. ACB-2322 controller to gain another slot--the Compaq had separate ESDI and
  10. Floppy drive boards vs. the Adaptec all-in-one.  The added benefit was that the
  11. Adaptec board Auto-configures from the Manufacturers data in the drive.  Of
  12. course all data had to be restored from the backup tapes.  Here's the before &
  13. after test specs:
  14.       BEFORE                         AFTER Size:  134.4MB
  15. 142.4MB Heads:  16                              8 Sects:  17
  16. 36 Cyls:  965                            966
  17.    Data transfer rate in KB/sec:
  18.        328.5                         1003.2
  19.  
  20. This (data rate) produced a (PERFORM2) gain in network performance of more than
  21. 200%. The Compaq board translated the ESDI drive to "look like" a standard
  22. drive-- which apparently produced a bottleneck. The added capacity was nice
  23. too.  &&& the board was inexpensive. This may be the best bang for the bucks. 
  24. The extra slot was also put to good use!                            cm
  25.  
  26.  
  27. Press <CR> for next or type CHOICES !r
  28. #: 22233 S6/Installation/Upgrde
  29.     11-Feb-89  21:12:32
  30. Sb: #22178-General / Hard disk
  31. Fm: Charles Morrissette 74256,227
  32. To: John T. McCann (WIZARD) 70007,3430 (X)
  33.  
  34. John, I've used 3 Adaptec 2322's (without VADDs)... as follows:
  35.  
  36. Computer           Software           Hard Drive(s)         Formatted Size
  37. Standard 286/12    ANW 2.0a           CD Wren 3  150mb      160.2mb
  38.         required bios drive table entry because 2.0a won't auto-configure.
  39. Compaq 386/16      SFT NW 286 2.11    OEM model 130 (CD)    142.4mb
  40.         auto-configures from drive & ignores bios table (I love this!)
  41.         can swap any ESDI drives into this one & just boot up.
  42.         doesn't access beyond 1024 cyls though........
  43. Compaq 386/16      SFT NW 286 2.11    (2)Maxtor XT-4380E    337.5mb(x2)
  44.         required 63 sector bios table entry to activate sector translation.
  45.         used 63x16x655 with land zone at 654 because 655 is not a full cyl.
  46. The 2.0a required 6 or 7 patches in 6 different files.
  47. The 2.11 required 3 patches in ATDISK.OBJ only.
  48.  
  49. All the above installations give a data transfer rate above 1000 KB/sec.
  50. The patches are well documented in the Adaptec users manual......
  51. The last one has been up for 1 week, the others 8 months with no troubles.
  52. PERFORM2 clocks a 36 mb write (sequential/4096/1000/9stns) at 154 KB/sec
  53. with the Maxtors......................cm
  54.  
  55.  
  56. Press <CR> for next or type CHOICES !r
  57. #: 22234 S6/Installation/Upgrde
  58.     11-Feb-89  21:14:22
  59. Sb: #22178-General / Hard disk
  60. Fm: Charles Morrissette 74256,227
  61. To: John T. McCann (WIZARD) 70007,3430 (X)
  62.  
  63. Additional Info:
  64. With my first 2322 I received an old (1987) manual.  When I called Adaptec,
  65. (got through first time!) they were VERY apologetic for my inconvenience,
  66. and sent me the new (1988) manual immediately.  AND within 15 minutes of my
  67. call, I was receiving all the new pages (relating to Netware) on my fax....
  68. This was their idea, not mine!
  69. Since July '88 the 2322's came with the new manual.
  70. Anyway, I was impressed with Adaptec's service.
  71. I'm also impressed with John's service..........
  72. Caesar, John Easyplexed me for this info.
  73. It's a pleasure to find people who are dedicated and truly enjoy
  74. what they're doing.
  75. I'll put the Patch info in a separate message for better filing.......cm
  76.  
  77.  
  78. Press <CR> for next or type CHOICES !r
  79. #: 22235 S6/Installation/Upgrde
  80.     11-Feb-89  21:17:19
  81. Sb: #22178-General / Hard disk
  82. Fm: Charles Morrissette 74256,227
  83. To: John T. McCann (WIZARD) 70007,3430 (X)
  84.  
  85. Patch for Netware 2.1x to use Adaptec ACB-2322:
  86. Make a backup of the DSK_DRV_001 disk and use the backup for patching....
  87. You also need DOS Debug............Enter the following:
  88.            Debug ATDISK.OBJ<CR>
  89.            S CS:0 FFFF B9 64 00<CR>
  90. Debug should find one occurrence and display:
  91.      XXXX:YYYY   where YYYY is the address....
  92. Enter:     E CS:YYYY<CR>
  93. Debug displays B9.    Press <space> once
  94. Debug displays 64.    Type in 00 <space>
  95. Debug displays 02.    Type in 01 <CR>
  96. Enter:     D CS:YYYY<CR>
  97. Debug should display B9 00 02
  98. Enter:     S CS:0 FFFF 3D 00 C8 72<CR>
  99. Debug should find two occurrences and display:
  100.      XXXX:YYYY   where YYYY and ZZZZ are the addresses....
  101.      XXXX:ZZZZ
  102. Enter:     E CS:YYYY<CR>
  103. Debug displays 3D.    Press <space> <space>
  104. Debug displays C8.    Type in 00 <CR>
  105. Enter:     E CS:YYYY<CR>
  106. Debug should display 3D 00 00 72
  107. Enter:     E CS:ZZZZ<CR>
  108. Debug displays 3D.    Press <space> <space>
  109. Debug displays C8.    Type in 00 <CR>
  110. Enter:     E CS:ZZZZ<CR>
  111. Debug should display 3D 00 00 72
  112. Save the patched file by entering:
  113.            W<CR>
  114. Debug should display
  115. Enter:     Q<CR>
  116.  
  117. Now follow the standard procedure to link (or re-link) the utilities,
  118. and the Operating System using this new ATDISK.OBJ.
  119. Use the low level format from the 2322's rom (load Debug & Enter G=C800:5)
  120. Then Compsurf with NO format and all #'s of passes set to 0...........
  121. If your disk is not perfect this will FAIL but it will create the Netware
  122. defect list.........
  123. Now Compsurf again with NO format using the saved defect list and all
  124. should go well.............................cm
  125.  
  126.  
  127. Press <CR> for next or type CHOICES !r
  128. #: 22237 S6/Installation/Upgrde
  129.     11-Feb-89  22:02:17
  130. Sb: #22178-General / Hard disk
  131. Fm: Charles Morrissette 74256,227
  132. To: John T. McCann (WIZARD) 70007,3430 (X)
  133.  
  134. The best laid plans of mice and men.....................
  135. In message 22235, the Debug command in lines 21 and 26 should be
  136. D (display) and not E (edit).                              cm
  137.  
  138.  
  139. Press <CR> for next or type CHOICES !r
  140. #: 22248 S6/Installation/Upgrde
  141.     12-Feb-89  00:04:48
  142. Sb: #22178-General / Hard disk
  143. Fm: Charles Morrissette 74256,227
  144. To: John T. McCann (WIZARD) 70007,3430 (X)
  145.  
  146. Additional Info on access beyond 1024 cyls with Adaptec 2322.....
  147.  
  148. An entry must be created in the motherboard bios drive table which has
  149. 63 sectors/16 heads/XXX cylinders  where 63*16*XXX equals the actual
  150. drive's sectors * heads * cylinders.  The low level format must be
  151. done WITHOUT cmos pointing to this new entry..... Then SETUP the cmos
  152. to point to this new entry, disable the 2322 bios (remove jumper--don't
  153. use chainsaw) and the 2322 switches into translation mode on bootup. The
  154. drive will then appear to bios/dos/Netware as 63 sector/16 head/XXX cyl.
  155. Example: 36/15/1224 translates to 63/16/655, 655 being << 1024.
  156.  
  157. I'm sure you know this, John, but for general information:
  158. BTW this DOES require the bios chips to be removed and altered/replaced
  159. by a dealer with the appropriate prom reading/writing equipment and
  160. expertise.  I've also seen some drive table roms in PC Magazine
  161. classifieds which MIGHT work if they have the needed entries.......
  162. We offer only our own software on proms............................cm
  163.  
  164.  
  165. Press <CR> for next or type CHOICES !r
  166. #: 22255 S6/Installation/Upgrde
  167.     12-Feb-89  03:31:16
  168. Sb: #22178-General / Hard disk
  169. Fm: Charles Morrissette 74256,227
  170. To: John T. McCann (WIZARD) 70007,3430 (X)
  171.  
  172. Additional Info on 675mb server (Compaq 386/16 with 2-Maxtor 4380E's):
  173. The SFT Netware 2.11 makes 330.8 mb/drive available plus 6.75mb Hot Fix.
  174. Both Maxtors are in the Compaq and the floppies are external...
  175. This Compaq was an ANW 286 2.0a server for 2 years previously.
  176. The LAN is/and was Ethernet, all 3c501 except the server 3c505.
  177. Before the Upgrade with OEM 130mb drive and controller:
  178. PERFORM2 (or the Ethernet) would hog 3 stations and all the other shells
  179. would time out ("lost communication with server...Abort/Retry").
  180. Now:
  181. PERFORM2 feeds all the stations equally.  This appears to be a big
  182. improvement (in the 2.11 OS?)  This has changed my view on Ethernet.
  183. The Aggregate results were:
  184. read/overlayed/4096/1000/9 stations     668.26 KB/Sec   (Server Util. 98%)
  185. write/sequential/4096/1000/9 stations   153.72 KB/Sec   (Server Util. 65%)
  186. read/overlayed/4096/12/9 stations       994.29 KB/Sec  (WOW-9mhz throughput)
  187. Based on this and 2 other installations, I would give the Adaptec 2322 ESDI
  188. controller a favorable report.........................cm
  189.  
  190.  
  191. Press <CR> for next or type CHOICES !re
  192. EasyPlex  
  193.  
  194. Date:  13-Feb-89 08:07 CST
  195. From:  Caesar M Samsi [72030,562]
  196. Subj:  ACB-2322 VADD File
  197.  
  198. John, yes I did, the typo was on the first instruction.
  199. The S CS:0 FFFF B9 64 00 instruction.  Using that I did not find
  200. a match, I'm using Novell Adv Netware 286 v 2.12, also the instructions
  201. to change B9 64 00 to B9 00 01 was not as spec. it was from B9 64 02 to
  202. B9 00 01, take a look at the first 7 lines of the patch.
  203.  
  204. So I ignored that patch instruction and proceeded with the other two,
  205. (hoping nothing would smoke up ... <grin>) and it actually worked !
  206. I linked up all utilities using standard NETGEN procedures and installed
  207. Netware,  booted up the file server and it ran Ok. I'm not sure what 
  208. instruction I ingored, but I hope it's not something serious ... 
  209.  
  210. I will still call Adaptec though, just to make sure he he he.
  211.  
  212. Regards,  Caesar.
  213.  
  214. Enter command or <CR> for more !r
  215. #: 22422 S6/Installation/Upgrde
  216.     13-Feb-89  14:10:06
  217. Sb: #22339-#General / Hard disk
  218. Fm: Charles Morrissette 74256,227
  219. To: Caesar M. Samsi 72030,562 (X)
  220.  
  221. Caesar, sorry about the confusion.  What you found was a misprint I copied
  222. from the Adaptec manual.  Since I don't use Debug to patch files I didn't
  223. discover it until now!  Anyway, here's the bottom line............
  224. To use ACB-2322 ESDI controller in your file server (this line for others)
  225. Change (patch) the program ATDISK.OBJ on disk DSK_DRV_001 as follows...
  226. For Netware version 2.10 and 2.11:
  227. change B9 64 00 to B9 00 02......1 occurrence
  228. change 3D 00 C8 72 to 3D 00 00 72.......2 occurrences
  229. For Netware version 2.12:
  230. change 3D 00 C8 72 to 3D 00 00 72.......2 occurrences
  231. Since you have 2.12, you only have to patch the one string (2 places).
  232. Also didn't discover that until now.........
  233. The above is FOR SURE!  I ran a bit compare on my new and old files.
  234. BTW Adaptec has 2.15 on order.......not received yet.
  235. Again, sorry about the confusion.                               cm
  236.  
  237.  
  238. *** There is a reply:    22482
  239.  
  240. Press <CR> for next or type CHOICES !r
  241. #: 26680 S11/Hard Disk/Contr'ler
  242.     09-Mar-89  22:06:55
  243. Sb: #26627-Adaptec 2322A
  244. Fm: Charles Morrissette 74256,227
  245. To: Davut Korkut 21521,312 (X)
  246.  
  247. To use ACB-2322 ESDI controller in your file server:
  248. Change (patch) the program ATDISK.OBJ on disk DSK_DRV_001 as follows...
  249. For Netware version 2.10 and 2.11:
  250. change B9 64 00 to B9 00 02......1 occurrence
  251. change 3D 00 C8 72 to 3D 00 00 72.......2 occurrences
  252. (This is what the instructions are telling you, but there are a few typo's)
  253. For Netware version 2.12:
  254. change 3D 00 C8 72 to 3D 00 00 72.......2 occurrences
  255. Since you have 2.12, you only have to patch the one string (2 places).
  256. (You should have the 2322's internal bios ENABLED as instructed...)
  257. Use your computer's setup software to select a drive type which is SMALLER
  258. in #heads AND #sectors AND #cylinders than your drive.
  259. (Instructions suggest using Type 1)
  260. Now follow the standard procedure to link (or re-link) the utilities,
  261. and the Operating System using this new ATDISK.OBJ.
  262. Use the low level format from the 2322's rom (load Debug & Enter G=C800:5)
  263. Then Compsurf with NO format and all #'s of passes set to 0...........
  264. If your disk is not perfect this will FAIL but it will create the Netware
  265. defect list.........
  266. Now Compsurf again with NO format using the saved defect list and all
  267. should go well.............................cm
  268.  
  269.  
  270. Press <CR> for next or type CHOICES !
  271.  
  272.  
  273. ******
  274. ** NEW
  275. ** STUFF
  276. ******
  277. #: 40596 S11/Hard Disk/Contr'ler                                              
  278.     29-May-89  02:39:37                                                       
  279. Sb: #40507-#Maxtor ESDI Drives                                                
  280. Fm: Charles Morrissette 74256,227                                             
  281. To: Martin Howard 76107,321 (X)                                               
  282.                                                                               
  283. Martin,                                                                       
  284.    I often use and *like* the Adaptec 2322... (get 2322.txt in library 17)    
  285. It should work well with SFT Netware 2.15.  First, if your 2322B is the newest
  286. revision, with vertical drive cable connectors, it requires *NO* patches!     
  287.    If it's the earlier rev. (with HORIZONTAL connectors) you need to patch    
  288. the atdisk.obj file on disk DSK_DRV_001 as follows for 2.15:                  
  289.           change 3D 00 C8 72 to 3D 00 00 72......2 occurrences.               
  290. You can use the search/replace in Debug or Norton Utilities, etc.             
  291.    NOW to install the drive, have the 2322's internal bios ENABLED as         
  292. instructed and do the low level format from the 2322's rom (load Debug & enter
  293. G=C800:5) This reads the vital statistics from the DRIVE and creates a perfect
  294. pseudo bios table entry on the fly....HOWEVER, before you start this, you must
  295. use your computer's setup utility to select *some* entry for that drive.  You 
  296. can use any entry with fewer cyls AND fewer heads AND fewer sectors than your 
  297. Maxtor (which shouldn't be difficult since it's BIG).                         
  298.    Now re-link Net$os and compsurf using the new atdisk.obj (if you patched it
  299. and <!!!> do the Compsurf with NO format and all #'s of passes set to 0....   
  300. If your disk is not perfect, this will FAIL, but it creates the Netware defect
  301. list *aha* ....Now Compsurf again with NO format using the saved defect list  
  302. and all should go well!                                                       
  303.    NOTE: Netware uses only 10 bits to address cylinders, so if you setup the  
  304. Netware partition to end higher than cyl 1023, it will "wrap around" on itself
  305. <NOT GOOD> so you only get about 270 meg usable area..............            
  306.    BUT the 2322 *can* do sector translation (built in) as follows:            
  307. 1. Do everything above up to the <!!!>, then DISABLE the 2322's internal bios.
  308. 2. Using your computer's setup utility, select THIS drive table entry:        
  309.         8F 02 10 00 00 FF FF 07 00 00 00 00 8E 02 3F 00                       
  310.     <655 cyl> <16 hd> <no pre-comp>  <land @ 654> <63 sect>                   
  311. 3. Then do everything AFTER the <!!!>.  You'll get 337.5 MB from your XT4380E.
  312.    You'll probably need to modify your bios chips to do step 2....If you are  
  313. so BOLD, and need more info, contact me via EASYPLEX.               cm        
  314.  
  315. ***
  316. **
  317. ***
  318.